Searched refs:hdrsize (Results 1 – 23 of 23) sorted by relevance
/net/netfilter/ |
D | nf_nat_proto_tcp.c | 43 int hdrsize = 8; /* TCP connection tracking guarantees this much */ in tcp_manip_pkt() local 49 hdrsize = sizeof(struct tcphdr); in tcp_manip_pkt() 51 if (!skb_make_writable(skb, hdroff + hdrsize)) in tcp_manip_pkt() 69 if (hdrsize < sizeof(*hdr)) in tcp_manip_pkt()
|
D | nf_nat_proto_dccp.c | 45 int hdrsize = 8; /* DCCP connection tracking guarantees this much */ in dccp_manip_pkt() local 48 hdrsize = sizeof(struct dccp_hdr); in dccp_manip_pkt() 50 if (!skb_make_writable(skb, hdroff + hdrsize)) in dccp_manip_pkt() 66 if (hdrsize < sizeof(*hdr)) in dccp_manip_pkt()
|
/net/rxrpc/ |
D | ar-peer.c | 82 peer->hdrsize = sizeof(struct iphdr); in rxrpc_alloc_peer() 85 peer->hdrsize += sizeof(struct udphdr); in rxrpc_alloc_peer() 95 peer->hdrsize += sizeof(struct rxrpc_header); in rxrpc_alloc_peer() 96 peer->maxdata = peer->mtu - peer->hdrsize; in rxrpc_alloc_peer()
|
D | ar-error.c | 93 if (mtu < peer->hdrsize) in rxrpc_UDP_error_report() 94 mtu = peer->hdrsize + 4; in rxrpc_UDP_error_report() 101 peer->maxdata = peer->mtu - peer->hdrsize; in rxrpc_UDP_error_report()
|
D | ar-ack.c | 621 peer->mtu = mtu + peer->hdrsize; in rxrpc_extract_ackinfo() 1216 mtu -= call->conn->trans->peer->hdrsize; in rxrpc_process_call()
|
D | ar-internal.h | 182 unsigned short hdrsize; /* header size (IP + UDP + RxRPC) */ member
|
/net/tipc/ |
D | netlink.c | 75 .hdrsize = TIPC_GENL_HDRLEN,
|
/net/irda/ |
D | irnetlink.c | 30 .hdrsize = 0,
|
/net/ieee802154/ |
D | netlink.c | 37 .hdrsize = 0,
|
/net/netlink/ |
D | genetlink.c | 497 family->hdrsize, flags); in genlmsg_put() 565 hdrlen = GENL_HDRLEN + family->hdrsize; in genl_family_rcv_msg() 708 nla_put_u32(skb, CTRL_ATTR_HDRSIZE, family->hdrsize) || in ctrl_fill_info()
|
/net/core/ |
D | drop_monitor.c | 64 .hdrsize = 0,
|
/net/wimax/ |
D | stack.c | 579 .hdrsize = 0,
|
/net/openvswitch/ |
D | datapath.c | 620 .hdrsize = sizeof(struct ovs_header), 1243 .hdrsize = sizeof(struct ovs_header), 1631 .hdrsize = sizeof(struct ovs_header), 2007 .hdrsize = sizeof(struct ovs_header),
|
/net/hsr/ |
D | hsr_netlink.c | 131 .hdrsize = 0,
|
/net/ipv4/ |
D | fou.c | 428 .hdrsize = 0,
|
D | tcp_metrics.c | 740 .hdrsize = 0,
|
/net/netlabel/ |
D | netlabel_mgmt.c | 63 .hdrsize = 0,
|
D | netlabel_cipso_v4.c | 64 .hdrsize = 0,
|
D | netlabel_unlabeled.c | 128 .hdrsize = 0,
|
/net/nfc/ |
D | netlink.c | 37 .hdrsize = 0, 118 rc = nlmsg_parse(cb->nlh, GENL_HDRLEN + nfc_genl_family.hdrsize, in __get_device_from_cb()
|
/net/l2tp/ |
D | l2tp_netlink.c | 38 .hdrsize = 0,
|
/net/wireless/ |
D | nl80211.c | 43 .hdrsize = 0, /* no private header */ 485 err = nlmsg_parse(cb->nlh, GENL_HDRLEN + nl80211_fam.hdrsize, in nl80211_prepare_wdev_dump() 1712 int ret = nlmsg_parse(cb->nlh, GENL_HDRLEN + nl80211_fam.hdrsize, in nl80211_dump_wiphy_parse() 7119 err = nlmsg_parse(cb->nlh, GENL_HDRLEN + nl80211_fam.hdrsize, in nl80211_testmode_dump()
|
/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 2759 .hdrsize = 0,
|