/net/netfilter/ |
D | nf_conntrack_proto.c | 40 nf_ct_register_sysctl(struct ctl_table_header **header, struct ctl_path *path, in nf_ct_register_sysctl() argument 43 if (*header == NULL) { in nf_ct_register_sysctl() 44 *header = register_sysctl_paths(path, table); in nf_ct_register_sysctl() 45 if (*header == NULL) in nf_ct_register_sysctl() 54 nf_ct_unregister_sysctl(struct ctl_table_header **header, in nf_ct_unregister_sysctl() argument 60 unregister_sysctl_table(*header); in nf_ct_unregister_sysctl() 61 *header = NULL; in nf_ct_unregister_sysctl()
|
D | Kconfig | 350 the IPv4/IPv6 header DSCP field (differentiated services codepoint). 564 the IPv4/IPv6 header DSCP field (differentiated services codepoint). 579 inside ESP header of IPSec packets. 851 headers with lengths stored in the packet, as in IP or TCP header
|
/net/wimax/ |
D | stack.c | 95 void **header) in wimax_gnl_re_state_change_alloc() argument 116 *header = data; in wimax_gnl_re_state_change_alloc() 160 void *header) in wimax_gnl_re_state_change_send() argument 168 genlmsg_end(report_skb, header); in wimax_gnl_re_state_change_send() 203 void *header; in __wimax_state_change() local 215 header = NULL; /* gcc complains? can't grok why */ in __wimax_state_change() 217 wimax_dev, new_state, old_state, &header); in __wimax_state_change() 315 wimax_gnl_re_state_change_send(wimax_dev, stch_skb, header); in __wimax_state_change()
|
/net/ipv6/netfilter/ |
D | Kconfig | 80 tristate '"frag" Fragmentation header match support' 84 header of the packet. 89 tristate '"hbh" hop-by-hop and "dst" opts header match support' 124 tristate '"rt" Routing header match support' 128 header of the packet. 138 any iptables table which records the packet header to the syslog. 179 the hoplimit value of the IPv6 header or set it to a given (lower) 184 IPv6 header to arbitrary values. This is EXTREMELY DANGEROUS since
|
/net/x25/ |
D | x25_out.c | 54 unsigned char header[X25_EXT_MIN_LEN]; in x25_output() local 64 skb_copy_from_linear_data(skb, header, header_len); in x25_output() 92 skb_copy_to_linear_data(skbn, header, header_len); in x25_output()
|
/net/bridge/netfilter/ |
D | ebt_stp.c | 128 const uint8_t header[6] = {0x42, 0x42, 0x03, 0x00, 0x00, 0x00}; in ebt_stp_mt() local 135 if (memcmp(sp, header, sizeof(header))) in ebt_stp_mt()
|
D | Kconfig | 68 This option adds the ARP match, which allows ARP and RARP header field 76 This option adds the IP match, which allows basic IP header field 85 This option adds the IP6 match, which allows basic IPV6 header field 124 allows STP header field filtering. 187 in any ebtables table. It records info about the frame header
|
/net/ |
D | sysctl_net.c | 126 void unregister_net_sysctl_table(struct ctl_table_header *header) in unregister_net_sysctl_table() argument 128 unregister_sysctl_table(header); in unregister_net_sysctl_table()
|
D | TUNABLE | 31 MAX_HEADER Largest physical header (tunable)
|
/net/sunrpc/auth_gss/ |
D | gss_spkm3_seal.c | 141 make_spkm3_checksum(s32 cksumtype, struct xdr_netobj *key, char *header, in make_spkm3_checksum() argument 176 sg_init_one(sg, header, hdrlen); in make_spkm3_checksum()
|
D | gss_krb5_crypto.c | 129 make_checksum(char *cksumname, char *header, int hdrlen, struct xdr_buf *body, in make_checksum() argument 145 sg_init_one(sg, header, hdrlen); in make_checksum()
|
/net/ipv4/netfilter/ |
D | Kconfig | 82 inside AH header of IPSec packets. 91 the IPv4 and TCP header ECN fields. 131 any iptables table which records the packet header to the syslog. 318 You can use this target to remove the ECN bits from the IPv4 header of 331 the TTL value of the IP header. 334 functionality to increment and set the TTL value of the IP header to
|
/net/irda/ |
D | Kconfig | 43 no management frames, simple fixed header).
|
/net/sunrpc/ |
D | clnt.c | 1583 int header = 0; in rpc_show_tasks() local 1589 if (!header) { in rpc_show_tasks() 1591 header++; in rpc_show_tasks()
|
/net/rose/ |
D | af_rose.c | 1184 unsigned char header[ROSE_MIN_LEN]; in rose_sendmsg() local 1190 skb_copy_from_linear_data(skb, header, ROSE_MIN_LEN); in rose_sendmsg() 1215 skb_copy_to_linear_data(skbn, header, ROSE_MIN_LEN); in rose_sendmsg()
|
/net/dccp/ |
D | dccp.h | 347 } header; member
|
/net/sctp/ |
D | input.c | 109 } header; member
|
/net/ipv4/ |
D | tcp_input.c | 4563 unsigned int header = skb_headroom(skb); in tcp_collapse() local 4564 int copy = SKB_MAX_ORDER(header, 0); in tcp_collapse() 4571 nskb = alloc_skb(copy + header, GFP_ATOMIC); in tcp_collapse() 4580 skb_reserve(nskb, header); in tcp_collapse() 4581 memcpy(nskb->head, skb->head, header); in tcp_collapse()
|