/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_core.h | 77 const struct nf_conntrack_l4proto *proto);
|
H A D | nf_conntrack.h | 125 union nf_conntrack_proto proto; member 371 u16 zone, u8 family, u8 *proto, u16 *mru);
|
/openbmc/linux/net/core/ |
H A D | fib_rules.c | 69 r->proto = RTPROT_KERNEL; in fib_default_rule_add() 474 if (rule->proto && r->proto != rule->proto) in rule_find() 559 nlrule->proto = tb[FRA_PROTOCOL] ? in fib_nl2rule() 735 if (r->proto != rule->proto) in rule_exists() 1031 if (nla_put_u8(skb, FRA_PROTOCOL, rule->proto)) in fib_nl_fill_rule()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_nfct.c | 212 struct ip_vs_conn *cp, u_int8_t proto, in ip_vs_nfct_expect_related() argument 227 proto, port ? &port : NULL, in ip_vs_nfct_expect_related()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ipt_REJECT.c | 79 if (e->ip.proto != IPPROTO_TCP || in reject_tg_check()
|
/openbmc/linux/net/dsa/ |
H A D | tag_lan9303.c | 116 .proto = DSA_TAG_PROTO_LAN9303,
|
H A D | tag_rzn1_a5psw.c | 107 .proto = DSA_TAG_PROTO_RZN1_A5PSW,
|
/openbmc/linux/fs/nfs/ |
H A D | super.c | 345 char *proto = NULL; in nfs_show_mountd_netid() local 351 proto = RPCBIND_NETID_UDP; in nfs_show_mountd_netid() 354 proto = RPCBIND_NETID_TCP; in nfs_show_mountd_netid() 361 proto = RPCBIND_NETID_UDP6; in nfs_show_mountd_netid() 364 proto = RPCBIND_NETID_TCP6; in nfs_show_mountd_netid() 369 if (proto || showdefaults) in nfs_show_mountd_netid() 370 seq_printf(m, ",mountproto=%s", proto ?: "auto"); in nfs_show_mountd_netid()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | xdp_synproxy_kern.c | 127 __u32 len, __u8 proto, in csum_tcpudp_magic() argument 135 s += proto + len; in csum_tcpudp_magic() 137 s += (proto + len) << 8; in csum_tcpudp_magic() 149 __u32 len, __u8 proto, __u32 csum) in csum_ipv6_magic() argument 164 sum += bpf_htonl(proto); in csum_ipv6_magic()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 307 sev_memory_acceptance_protocol_t *proto; in setup_unaccepted_memory() local 318 (void **)&proto); in setup_unaccepted_memory() 322 status = efi_call_proto(proto, allow_unaccepted_memory); in setup_unaccepted_memory() 472 efi_guid_t proto = LOADED_IMAGE_PROTOCOL_GUID; in efi_pe_entry() local 489 status = efi_bs_call(handle_protocol, handle, &proto, (void **)&image); in efi_pe_entry()
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | socket.c | 16 static struct proto mISDN_proto = { 774 mISDN_sock_create(struct net *net, struct socket *sock, int proto, int kern) in mISDN_sock_create() argument 778 switch (proto) { in mISDN_sock_create() 780 err = base_sock_create(net, sock, proto, kern); in mISDN_sock_create() 794 err = data_sock_create(net, sock, proto, kern); in mISDN_sock_create()
|
/openbmc/u-boot/cmd/ |
H A D | usb.c | 59 unsigned char proto) in usb_display_class_sub() argument 73 switch (proto) { in usb_display_class_sub() 119 switch (proto) { in usb_display_class_sub()
|
H A D | net.c | 177 static int netboot_common(enum proto_t proto, cmd_tbl_t *cmdtp, int argc, in netboot_common() argument 245 size = net_loop(proto); in netboot_common()
|
/openbmc/u-boot/net/ |
H A D | tftp.c | 417 __be16 proto; in tftp_handler() local 433 proto = *s++; in tftp_handler() 435 switch (ntohs(proto)) { in tftp_handler()
|
/openbmc/linux/net/netfilter/ |
H A D | x_tables.c | 481 unsigned int size, u16 proto, bool inv_proto) in xt_check_match() argument 516 if (par->match->proto && (par->match->proto != proto || inv_proto)) { in xt_check_match() 519 par->match->proto); in xt_check_match() 1001 unsigned int size, u16 proto, bool inv_proto) in xt_check_target() argument 1031 if (par->target->proto && (par->target->proto != proto || inv_proto)) { in xt_check_target() 1034 par->target->proto); in xt_check_target()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_fdir.h | 88 u8 proto; member
|
/openbmc/linux/net/vmw_vsock/ |
H A D | vmci_transport.h | 64 u16 proto; member
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | if0012.h | 41 __u8 proto; member
|
/openbmc/qemu/include/net/ |
H A D | checksum.h | 31 uint16_t net_checksum_tcpudp(uint16_t length, uint16_t proto,
|
/openbmc/linux/security/selinux/ |
H A D | xfrm.c | 436 struct common_audit_data *ad, u8 proto) in selinux_xfrm_postroute_last() argument 440 switch (proto) { in selinux_xfrm_postroute_last()
|
/openbmc/bmcweb/include/ |
H A D | obmc_console.hpp | 123 boost::asio::local::stream_protocol proto; in connect() local 125 hostSocket.assign(proto, fd, ec); in connect()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6t_REJECT.c | 89 e->ipv6.proto != IPPROTO_TCP || in reject_tg6_check()
|
/openbmc/linux/include/net/ |
H A D | garp.h | 98 struct stp_proto proto; member
|
/openbmc/linux/net/ipv4/ |
H A D | xfrm4_tunnel.c | 48 .proto = IPPROTO_IPIP,
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_encoder.h | 97 struct nv50_head_atom *, u8 proto, u8 depth);
|