Searched refs:skb_len (Results 1 – 4 of 4) sorted by relevance
180 __u32 skb_len = ctx->len; in tc_exceed_mtu() local186 delta = GLOBAL_USER_MTU - (skb_len - ETH_HLEN) + 1; in tc_exceed_mtu()231 __u32 skb_len = ctx->len; in tc_minus_delta() local236 delta = -((skb_len - ETH_HLEN) + 1); in tc_minus_delta()
141 if (tcp_hdrlen(th) < skops->skb_len) in check_active_hdr_in()147 if (th->ack && !th->fin && tcp_hdrlen(th) == skops->skb_len) in check_active_hdr_in()
368 if (skops->skb_len) in handle_hdr_opt_len()392 if (skops->skb_len > tcp_hdrlen(th)) in handle_write_hdr_opt()
6679 __u32 skb_len; /* The total length of a packet. member