Home
last modified time | relevance | path

Searched defs:nlskb (Results 1 – 6 of 6) sorted by relevance

/linux/net/xdp/
H A Dxsk_diag.c17 static int xsk_diag_put_info(const struct xdp_sock *xs, struct sk_buff *nlskb) in xsk_diag_put_info() argument
27 struct sk_buff *nlskb) in xsk_diag_put_ring() argument
36 struct sk_buff *nlskb) in xsk_diag_put_rings_cfg() argument
47 static int xsk_diag_put_umem(const struct xdp_sock *xs, struct sk_buff *nlskb) in xsk_diag_put_umem() argument
79 xsk_diag_put_stats(const struct xdp_sock * xs,struct sk_buff * nlskb) xsk_diag_put_stats() argument
92 xsk_diag_fill(struct sock * sk,struct sk_buff * nlskb,struct xdp_diag_req * req,struct user_namespace * user_ns,u32 portid,u32 seq,u32 flags,int sk_ino) xsk_diag_fill() argument
151 xsk_diag_dump(struct sk_buff * nlskb,struct netlink_callback * cb) xsk_diag_dump() argument
181 xsk_diag_handler_dump(struct sk_buff * nlskb,struct nlmsghdr * hdr) xsk_diag_handler_dump() argument
[all...]
/linux/net/netfilter/
H A Dnfnetlink_hook.c61 static struct nlattr *nfnl_start_info_type(struct sk_buff *nlskb, enum nfnl_hook_chaintype t) in nfnl_start_info_type()
77 static int nfnl_hook_put_bpf_prog_info(struct sk_buff *nlskb, in nfnl_hook_put_bpf_prog_info()
112 static int nfnl_hook_put_nft_info_desc(struct sk_buff *nlskb, const char *tname, in nfnl_hook_put_nft_info_desc()
129 static int nfnl_hook_put_nft_chain_info(struct sk_buff *nlskb, in nfnl_hook_put_nft_chain_info()
159 static int nfnl_hook_put_nft_ft_info(struct sk_buff *nlskb, in nfnl_hook_put_nft_ft_info()
191 static int nfnl_hook_dump_one(struct sk_buff *nlskb, in nfnl_hook_dump_one()
340 static int nfnl_hook_dump_nat(struct sk_buff *nlskb, in nfnl_hook_dump_nat()
364 static int nfnl_hook_dump(struct sk_buff *nlskb, in nfnl_hook_dump()
H A Dnfnetlink_log.c455 nflog_put_master_ifindex(struct sk_buff * nlskb,int attr,const struct net_device * dev) nflog_put_master_ifindex() argument
/linux/net/unix/
H A Ddiag.c16 static int sk_diag_dump_name(struct sock *sk, struct sk_buff *nlskb) in sk_diag_dump_name()
29 static int sk_diag_dump_vfs(struct sock *sk, struct sk_buff *nlskb) in sk_diag_dump_vfs()
50 static int sk_diag_dump_peer(struct sock *sk, struct sk_buff *nlskb) in sk_diag_dump_peer()
66 static int sk_diag_dump_icons(struct sock *sk, struct sk_buff *nlskb) in sk_diag_dump_icons()
96 static int sk_diag_show_rqlen(struct sock *sk, struct sk_buff *nlskb) in sk_diag_show_rqlen()
111 static int sk_diag_dump_uid(struct sock *sk, struct sk_buff *nlskb, in sk_diag_dump_uid()
/linux/net/netlink/
H A Ddiag.c12 static int sk_diag_dump_groups(struct sock *sk, struct sk_buff *nlskb) in sk_diag_dump_groups() argument
/linux/net/mptcp/
H A Dpm_netlink.c285 static void mptcp_nl_mcast_send(struct net *net, struct sk_buff *nlskb, gfp_t gfp) in mptcp_nl_mcast_send()