Searched refs:ipv4_ttl (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | flow.h | 49 u8 ipv4_ttl; member 83 tun_info->tunnel.ipv4_ttl = ttl; in __ovs_flow_tun_info_init()
|
D | actions.c | 406 if (mask->ipv4_ttl) { in set_ipv4() 407 set_ip_ttl(skb, nh, key->ipv4_ttl, mask->ipv4_ttl); in set_ipv4()
|
D | vport-gre.c | 193 tun_key->ipv4_tos, tun_key->ipv4_ttl, df, false); in gre_tnl_send()
|
D | vport-geneve.c | 213 tun_key->ipv4_ttl, df, sport, dport, in geneve_tnl_send()
|
D | vport-vxlan.c | 260 tun_key->ipv4_tos, tun_key->ipv4_ttl, df, in vxlan_tnl_send()
|
D | vport.c | 608 tun_key->ipv4_ttl, in ovs_tunnel_get_egress_info()
|
D | flow_netlink.c | 549 SW_FLOW_KEY_PUT(match, tun_key.ipv4_ttl, in ipv4_tun_from_nlattr() 661 if (nla_put_u8(skb, OVS_TUNNEL_KEY_ATTR_TTL, output->ipv4_ttl)) in __ipv4_tun_to_nlattr() 845 ipv4_key->ipv4_ttl, is_mask); in ovs_key_from_nlattrs() 1365 ipv4_key->ipv4_ttl = output->ip.ttl; in __ovs_nla_put_key()
|
/linux-4.1.27/include/uapi/linux/ |
D | openvswitch.h | 379 __u8 ipv4_ttl; member
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_fw.h | 630 uint8_t ipv4_ttl; /* 39 */ member 749 uint8_t ipv4_ttl; /* 39 */ member
|
D | ql4_def.h | 499 uint8_t ipv4_ttl; member
|
D | ql4_mbx.c | 496 ha->ip_config.ipv4_ttl = init_fw_cb->ipv4_ttl; in qla4xxx_update_local_ip()
|
D | ql4_os.c | 1505 len = sprintf(buf, "%d\n", ha->ip_config.ipv4_ttl); in qla4xxx_get_iface_param() 2487 init_fw_cb->ipv4_ttl = iface_param->value[0]; in qla4xxx_set_ipv4()
|