Lines Matching refs:skb
1905 int security_netlink_send(struct sock *sk, struct sk_buff *skb)
1907 return call_int_hook(netlink_send, 0, sk, skb);
2048 int security_sock_rcv_skb(struct sock *sk, struct sk_buff *skb)
2050 return call_int_hook(socket_sock_rcv_skb, 0, sk, skb);
2061 int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid)
2064 skb, secid);
2103 struct sk_buff *skb, struct request_sock *req)
2105 return call_int_hook(inet_conn_request, 0, sk, skb, req);
2116 struct sk_buff *skb)
2118 call_void_hook(inet_conn_established, sk, skb);
2176 int security_sctp_assoc_request(struct sctp_endpoint *ep, struct sk_buff *skb)
2178 return call_int_hook(sctp_assoc_request, 0, ep, skb);
2306 int security_xfrm_decode_session(struct sk_buff *skb, u32 *secid)
2308 return call_int_hook(xfrm_decode_session, 0, skb, secid, 1);
2311 void security_skb_classify_flow(struct sk_buff *skb, struct flowi *fl)
2313 int rc = call_int_hook(xfrm_decode_session, 0, skb, &fl->flowi_secid,