Lines Matching refs:mctp_hdr
44 struct mctp_hdr *mh; in mctp_lookup_bind()
51 mh = mctp_hdr(skb); in mctp_lookup_bind()
101 struct mctp_hdr *mh; in mctp_lookup_key()
104 mh = mctp_hdr(skb); in mctp_lookup_key()
289 struct mctp_hdr *hdr = mctp_hdr(skb); in mctp_frag_queue()
329 struct mctp_hdr *mh; in mctp_route_input()
348 if (skb->len < sizeof(struct mctp_hdr) + 1) in mctp_route_input()
352 mh = mctp_hdr(skb); in mctp_route_input()
353 skb_pull(skb, sizeof(struct mctp_hdr)); in mctp_route_input()
514 struct mctp_hdr *hdr = mctp_hdr(skb); in mctp_route_output()
796 const unsigned int hlen = sizeof(struct mctp_hdr); in mctp_do_fragment_route()
797 struct mctp_hdr *hdr, *hdr2; in mctp_do_fragment_route()
803 hdr = mctp_hdr(skb); in mctp_do_fragment_route()
844 hdr2 = mctp_hdr(skb2); in mctp_do_fragment_route()
885 struct mctp_hdr *hdr; in mctp_local_output()
966 skb_push(skb, sizeof(struct mctp_hdr)); in mctp_local_output()
974 hdr = mctp_hdr(skb); in mctp_local_output()
981 if (skb->len + sizeof(struct mctp_hdr) <= mtu) { in mctp_local_output()
1121 struct mctp_hdr *mh; in mctp_pkttype_receive()
1131 if (!pskb_may_pull(skb, sizeof(struct mctp_hdr))) in mctp_pkttype_receive()
1138 mh = mctp_hdr(skb); in mctp_pkttype_receive()