Lines Matching defs:skb

80 int ip6_tlvopt_unknown(struct sk_buff *skb, int optoff)  in ip6_tlvopt_unknown()
106 static int ip6_parse_tlv(struct tlvtype_proc *procs, struct sk_buff *skb) in ip6_parse_tlv()
169 struct sk_buff *skb=*skb_ptr; in ipv6_dest_opt() local
204 struct sk_buff *skb = *skb_ptr; in ipv6_routing_header() local
406 struct sk_buff *skb=*skb_ptr; in ipv6_auth_hdr() local
479 static int ipv6_hop_ra(struct sk_buff *skb, int optoff) in ipv6_hop_ra()
493 static int ipv6_hop_jumbo(struct sk_buff *skb, int optoff) in ipv6_hop_jumbo()
535 int ipv6_parse_hopopts(struct sk_buff *skb, int nhoff) in ipv6_parse_hopopts()
553 u8 *ipv6_build_rthdr(struct sk_buff *skb, u8 *prev_hdr, in ipv6_build_rthdr()
577 static u8 *ipv6_build_exthdr(struct sk_buff *skb, u8 *prev_hdr, u8 type, struct ipv6_opt_hdr *opt) in ipv6_build_exthdr()
587 static u8 *ipv6_build_authhdr(struct sk_buff *skb, u8 *prev_hdr, struct ipv6_opt_hdr *opt) in ipv6_build_authhdr()
598 u8 *ipv6_build_nfrag_opts(struct sk_buff *skb, u8 *prev_hdr, struct ipv6_txoptions *opt, in ipv6_build_nfrag_opts()
634 u8 *ipv6_build_frag_opts(struct sk_buff *skb, u8 *prev_hdr, struct ipv6_txoptions *opt) in ipv6_build_frag_opts()
643 static void ipv6_push_rthdr(struct sk_buff *skb, u8 *proto, in ipv6_push_rthdr()
668 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) in ipv6_push_exthdr()
677 static void ipv6_push_authhdr(struct sk_buff *skb, u8 *proto, struct ipv6_opt_hdr *opt) in ipv6_push_authhdr()
686 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts()
698 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts()
789 int ipv6_skip_exthdr(const struct sk_buff *skb, int start, u8 *nexthdrp, int len) in ipv6_skip_exthdr()