Searched refs:is_ipv6 (Results 1 - 13 of 13) sorted by relevance
/linux-4.4.14/security/tomoyo/ |
H A D | group.c | 171 * @is_ipv6: True if @address is an IPv6 address. 179 bool tomoyo_address_matches_group(const bool is_ipv6, const __be32 *address, tomoyo_address_matches_group() argument 184 const u8 size = is_ipv6 ? 16 : 4; tomoyo_address_matches_group() 189 if (member->address.is_ipv6 != is_ipv6) tomoyo_address_matches_group()
|
H A D | network.c | 14 bool is_ipv6; member in struct:tomoyo_inet_addr_info 59 ptr->is_ipv6 = false; tomoyo_parse_ipaddr_union() 68 ptr->is_ipv6 = true; tomoyo_parse_ipaddr_union() 126 if (ptr->is_ipv6) tomoyo_print_ip() 384 if (r->param.inet_network.is_ipv6) tomoyo_audit_inet_log() 423 const u8 size = r->param.inet_network.is_ipv6 ? 16 : 4; tomoyo_check_inet_acl() 431 (r->param.inet_network.is_ipv6, tomoyo_check_inet_acl() 433 return acl->address.is_ipv6 == r->param.inet_network.is_ipv6 && tomoyo_check_inet_acl() 478 r.param.inet_network.is_ipv6 = address->inet.is_ipv6; tomoyo_inet_entry() 511 i->is_ipv6 = true; tomoyo_check_inet_address() 519 i->is_ipv6 = false; tomoyo_check_inet_address()
|
H A D | common.h | 470 bool is_ipv6; member in struct:tomoyo_request_info::__anon15181::__anon15187 533 bool is_ipv6; /* Valid only if @group == NULL. */ member in struct:tomoyo_ipaddr_union 916 bool tomoyo_address_matches_group(const bool is_ipv6, const __be32 *address, 1263 a->is_ipv6 == b->is_ipv6; tomoyo_same_ipaddr_union()
|
/linux-4.4.14/net/ipv4/ |
H A D | udp_offload.c | 32 __be16 new_protocol, bool is_ipv6) __skb_udp_tunnel_segment() 64 (is_ipv6 ? NETIF_F_V6_CSUM : NETIF_F_V4_CSUM))); __skb_udp_tunnel_segment() 142 bool is_ipv6) skb_udp_tunnel_segment() 159 offloads = is_ipv6 ? inet6_offloads : inet_offloads; skb_udp_tunnel_segment() 170 protocol, is_ipv6); skb_udp_tunnel_segment() 371 NAPI_GRO_CB(skb)->is_ipv6 = 0; udp4_gro_receive() 28 __skb_udp_tunnel_segment(struct sk_buff *skb, netdev_features_t features, struct sk_buff *(*gso_inner_segment)(struct sk_buff *skb, netdev_features_t features), __be16 new_protocol, bool is_ipv6) __skb_udp_tunnel_segment() argument 140 skb_udp_tunnel_segment(struct sk_buff *skb, netdev_features_t features, bool is_ipv6) skb_udp_tunnel_segment() argument
|
H A D | fou.c | 190 offloads = NAPI_GRO_CB(skb)->is_ipv6 ? inet6_offloads : inet_offloads; fou_gro_receive() 214 offloads = NAPI_GRO_CB(skb)->is_ipv6 ? inet6_offloads : inet_offloads; fou_gro_complete() 349 offloads = NAPI_GRO_CB(skb)->is_ipv6 ? inet6_offloads : inet_offloads; gue_gro_receive() 380 offloads = NAPI_GRO_CB(skb)->is_ipv6 ? inet6_offloads : inet_offloads; gue_gro_complete()
|
/linux-4.4.14/net/ipv6/ |
H A D | udp_offload.c | 149 NAPI_GRO_CB(skb)->is_ipv6 = 1; udp6_gro_receive()
|
H A D | datagram.c | 531 bool is_ipv6 = skb->protocol == htons(ETH_P_IPV6); ip6_datagram_recv_common_ctl() local 536 if (is_ipv6) { ip6_datagram_recv_common_ctl()
|
/linux-4.4.14/include/net/ |
H A D | udp.h | 251 bool is_ipv6);
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
H A D | tilegx.c | 1734 int is_ipv6; tso_headers_prepare() local 1742 is_ipv6 = skb_is_gso_v6(skb); tso_headers_prepare() 1743 if (is_ipv6) { tso_headers_prepare() 1773 if (is_ipv6) { tso_headers_prepare()
|
/linux-4.4.14/drivers/net/hyperv/ |
H A D | hyperv_net.h | 954 u32 is_ipv6:1; member in struct:ndis_tcp_ip_checksum_info::__anon7928::__anon7929
|
H A D | netvsc_drv.c | 554 csum_info->transmit.is_ipv6 = 1; netvsc_start_xmit()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_main.c | 2621 static inline int is_ipv6(struct sk_buff *skb) is_ipv6() function 2756 } else if (is_ipv6(skb)) { liquidio_xmit()
|
/linux-4.4.14/include/linux/ |
H A D | netdevice.h | 2005 u8 is_ipv6:1; member in struct:napi_gro_cb
|
Completed in 543 milliseconds