Searched defs:hook (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/fs/xfs/
H A Dxfs_hooks.c25 xfs_hooks_add( struct xfs_hooks *chain, struct xfs_hook *hook) argument
37 xfs_hooks_del( struct xfs_hooks *chain, struct xfs_hook *hook) argument
H A Dxfs_hooks.h46 static inline void xfs_hook_setup(struct xfs_hook *hook, notifier_fn_t fn) argument
/linux-master/include/linux/
H A Dnetfilter_ipv4.h29 static inline __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, argument
H A Dlsm_hooks.h65 union security_list_options hook; member in struct:security_hook_list
/linux-master/net/ipv4/netfilter/
H A Dipt_REJECT.c34 int hook = xt_hooknum(par); local
59 nf_send_reset(xt_net(par), par->state->sk, skb, hook); local
H A Dnf_reject_ipv4.c39 nf_reject_skb_v4_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) argument
74 nf_reject_skb_v4_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) argument
139 nf_reject_ip_tcphdr_get(struct sk_buff *oldskb, struct tcphdr *_oth, int hook) argument
239 nf_send_reset(struct net *net, struct sock *sk, struct sk_buff *oldskb, int hook) argument
317 nf_send_unreach(struct sk_buff *skb_in, int code, int hook) argument
[all...]
/linux-master/net/netfilter/
H A Dnf_dup_netdev.c20 nf_do_netdev_egress(struct sk_buff *skb, struct net_device *dev, enum nf_dev_hooks hook) argument
H A Dnft_reject_netdev.c27 nft_reject_netdev_send_v4_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) argument
41 nft_reject_netdev_send_v4_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) argument
55 nft_reject_netdev_send_v6_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) argument
70 nft_reject_netdev_send_v6_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) argument
H A Dutils.c10 __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, argument
43 static __sum16 nf_ip_checksum_partial(struct sk_buff *skb, unsigned int hook, argument
64 __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook, argument
97 static __sum16 nf_ip6_checksum_partial(struct sk_buff *skb, unsigned int hook, argument
123 nf_checksum(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, u8 protocol, unsigned short family) argument
142 nf_checksum_partial(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, unsigned int len, u8 protocol, unsigned short family) argument
[all...]
H A Dnf_conntrack_pptp.c92 const struct nf_nat_pptp_hook *hook; local
190 const struct nf_nat_pptp_hook *hook; local
260 const struct nf_nat_pptp_hook *hook; local
387 const struct nf_nat_pptp_hook *hook; local
[all...]
H A Dnfnetlink_hook.c58 u8 hook; member in struct:nfnl_dump_hook_data
241 nfnl_hook_entries_head(u8 pf, unsigned int hook, struct net *net, const char *dev) argument
[all...]
H A Dnft_chain_filter.c325 struct nft_hook *hook, *found = NULL; local
H A Dnf_bpf_link.c37 const struct nf_defrag_hook *hook; local
76 const struct nf_defrag_hook __maybe_unused *hook; local
104 const struct nf_defrag_hook *hook = link->defrag_hook; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_bpf.c26 static int test_tc_bpf_basic(const struct bpf_tc_hook *hook, int fd) argument
69 static int test_tc_bpf_api(struct bpf_tc_hook *hook, int fd) argument
[all...]
H A Dxdp_do_redirect.c41 static int attach_tc_prog(struct bpf_tc_hook *hook, int fd) argument
H A Dxfrm_info.c72 static int attach_tc_prog(struct bpf_tc_hook *hook, int igr_fd, int egr_fd) argument
[all...]
/linux-master/drivers/thunderbolt/
H A Dquirks.c57 void (*hook)(struct tb_switch *sw); member in struct:tb_quirk
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_quirks.c72 void (*hook)(struct drm_i915_private *i915); member in struct:intel_quirk
77 void (*hook)(struct drm_i915_private *i915); member in struct:intel_dmi_quirk
/linux-master/net/sched/
H A Dem_ipt.c23 u32 hook; member in struct:em_ipt_match
/linux-master/net/bridge/netfilter/
H A Dnft_reject_bridge.c45 nft_reject_br_send_v4_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) argument
61 nft_reject_br_send_v4_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) argument
77 nft_reject_br_send_v6_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) argument
94 nft_reject_br_send_v6_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) argument
/linux-master/arch/csky/kernel/
H A Dftrace.c70 static int ftrace_check_current_nop(unsigned long hook) argument
91 static int ftrace_modify_code(unsigned long hook, unsigned long target, argument
/linux-master/drivers/platform/x86/
H A Dmsi-ec.c1268 msi_battery_add(struct power_supply *battery, struct acpi_battery_hook *hook) argument
1274 msi_battery_remove(struct power_supply *battery, struct acpi_battery_hook *hook) argument
/linux-master/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c15 static bool nf_reject_v6_csum_ok(struct sk_buff *skb, int hook) argument
59 nf_reject_skb_v6_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) argument
94 nf_reject_skb_v6_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) argument
149 nf_reject_ip6_tcphdr_get(struct sk_buff *oldskb, struct tcphdr *otcph, unsigned int *otcplen, int hook) argument
278 nf_send_reset6(struct net *net, struct sock *sk, struct sk_buff *oldskb, int hook) argument
381 reject6_csum_ok(struct sk_buff *skb, int hook) argument
[all...]
/linux-master/sound/core/
H A Dvmaster.c36 void (*hook)(void *private_data, int); member in struct:link_master
[all...]
/linux-master/include/uapi/linux/netfilter/
H A Dnfnetlink_log.h21 __u8 hook; /* netfilter hook */ member in struct:nfulnl_msg_packet_hdr

Completed in 192 milliseconds

123